Sets the current value from a given array of bytes.
Syntax
'Declaration
Public Overloads Sub SetByteArrayValue( _
ByVal () As Byte _
)
'Usage
Dim instance As OpaqueData
Dim byteArray() As Byte
instance.SetByteArrayValue(byteArray)
public void SetByteArrayValue(
byte[]
)
public:
void SetByteArrayValue(
array<byte>^
)
Parameters
- byteArray
- The value expressed as array of bytes.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also